net/http.http2ClientConn.nextStreamID (field)
11 uses
net/http (current package)
h2_bundle.go#L7404: nextStreamID uint32
h2_bundle.go#L7828: nextStreamID: 1,
h2_bundle.go#L7874: cc.nextStreamID = 3
h2_bundle.go#L8047: if cc.singleUse && cc.nextStreamID > 1 {
h2_bundle.go#L8063: int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
h2_bundle.go#L8118: nextID := cc.nextStreamID
h2_bundle.go#L8178: maxStreamID := cc.nextStreamID
h2_bundle.go#L9188: cs.ID = cc.nextStreamID
h2_bundle.go#L9189: cc.nextStreamID += 2
h2_bundle.go#L9215: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9713: neverSent := cc.nextStreamID
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |